home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01240_Script_13DContinue Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
429b
|
23 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global theMovieName, g11A, Cclub, g03A
if theMovieName = "P04D11A.MOV" then
set CClub = "c"
set g11A = "x"
end if
if theMovieName = "P13D03A.MOV" then
set CClub = "s"
set g03A = "x"
end if
GameContinue
end mouseUp